[NET] front: Move rx req pushing to one spot
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 28 Jul 2006 16:03:26 +0000 (17:03 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 28 Jul 2006 16:03:26 +0000 (17:03 +0100)
commitdb9f62f5703c98e17f5b61a88c914272865f7612
tree8d557686fba979f1108379d02cc3fb6f7cc2a4d4
parent47a078f10128e9b8334a054ec70419c10a11415b
[NET] front: Move rx req pushing to one spot

This patch moves all rx request pushing to network_alloc_rx_buffers.
This is needed to reduce churn for TSO.  More importantly, this makes
it easier to send notifications when adding rx requests which is
required for having a queue in dom0.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c